home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / FileGetLongName.au3 < prev    next >
Text File  |  2007-09-08  |  117b  |  4 lines

  1. $a = FileGetLongName(@HomeDrive & "\PROGRA~1\")
  2. msgbox(0,"long file name", $a)
  3. ;$a is probably "x:\Program Files"
  4.